home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 3667 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  812 b 

  1. Path: god.bel.alcatel.be!nlev00!barnhoorn
  2. From: barnhoorn@nlev00 ()
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: File sizes
  5. Date: 23 Feb 1996 07:57:52 GMT
  6. Organization: Alcatel Bell
  7. Distribution: world
  8. Message-ID: <4gjs20$i68@btmpjg.god.bel.alcatel.be>
  9. References: <4gd9pu$cpr@mn5.swip.net> <WXQ7y*5+f@yaps.rhein.de>
  10. Reply-To: barnhoorn@nlev00 ()
  11. NNTP-Posting-Host: 138.203.178.61
  12. X-Newsreader: mxrn 6.18-10
  13.  
  14.  
  15. In article <WXQ7y*5+f@yaps.rhein.de>, arno@yaps.rhein.de (Arno Eigenwillig) writes:
  16. |> In article <4gd9pu$cpr@mn5.swip.net>, Daniel Hallgren writes:
  17. |> 
  18. |> > What's the best way of finding out the size of a file? Do I have to use 
  19. |> > Examine()
  20. |> 
  21. |> Indeed.
  22. |> 
  23.  
  24. ..or do it in ANSI-C, by opening the file, seeking to the end of it
  25. and getting the number of bytes returned from fseek().
  26.  
  27. Jaco.
  28.